Fix format of selection data to be 8 rather than GTK_TYPE_POINTER.
authorOwen Taylor <otaylor@redhat.com>
Tue, 14 May 2002 21:36:32 +0000 (21:36 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 14 May 2002 21:36:32 +0000 (21:36 +0000)
commitf47470a9efcf482842c823b762f4df55121293bd
treee8d76c48b1107aa580dce2994c753e8201666182
parent11aed263b7e9ec7a02bb5ad610732969bc87073d
Fix format of selection data to be 8 rather than GTK_TYPE_POINTER.

Tue May 14 17:30:57 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkctree.c gtk/gtkclist.c: Fix format of
        selection data to be 8 rather than GTK_TYPE_POINTER.
        (#79751, James Henstridge)

        * gtk/gtkmenu.c (gtk_menu_key_press): Call
        gtk_accelerator_valid() with cleaned up
        accel_key/accel_mods, not the raw values from
        the event. (#80513, Havoc Pennington.)

        * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Remove
        some dead code that set the tearoff window not
        resizable and removed decorations. (#80235)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkclist.c
gtk/gtkctree.c
gtk/gtkmenu.c